home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / tarsrc Folder / Makefile < prev    next >
Makefile  |  1993-10-24  |  547b  |  22 lines

  1. OBJECTS = tar.c.o buffer.c.o cmd.c.o create.c.o dialog.c.o dir.c.o extract.c.o ∂
  2.       list.c.o menu.c.o pref.c.o tape.c.o window.c.o
  3.  
  4. Debug = -sym full
  5. LDebug = -sym full
  6. COptions = {Debug} -d USEDUMP
  7.  
  8. tar ƒƒ {OBJECTS} hdrs.dmp
  9.     Link {LDebug} -o tar {OBJECTS} ∂
  10.         "{CLibraries}"StdCLib.o ∂
  11.         "{Libraries}"Runtime.o ∂
  12.         "{Libraries}"Interface.o
  13.     SetFile tar -t APPL -c 'TAR ' -a B
  14.  
  15. tar ƒƒ tar.r
  16.     Rez -rd -o tar -append "{RIncludes}"Types.r "{RIncludes}"SysTypes.r tar.r
  17.  
  18. {OBJECTS} ƒ hdrs.dmp
  19.  
  20. hdrs.dmp ƒ tar.h
  21.     c -u USEDUMP {Debug} -d MAKEDUMP tar.h
  22.